STEP 3: Let's drop seven coins into the piggy bank!
- Go to and drag out Loop with Range.
- In range(), change the range argument from 5 to 7.
- In GRAPHICS, go to and drag out Circle so that it is indented inside the loop.
- Change the circle's diameter argument from 100 to 75 and the color argument from "blue" to "silver".
To navigate the page using the TAB key, first press ESC to exit the code editor.